home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / dev / mui / MCC_SpeedBar.lha / MCC_SpeedBar / Docs / SpeedButton-History.txt < prev   
Encoding:
Text File  |  2002-02-06  |  2.4 KB  |  56 lines

  1.                        SpeedButton History
  2.                        -------------------
  3.  
  4.     12.3    6/2/02      - Smll fixes
  5.  
  6.     12.2    3/2/02      - Fixed many things
  7.  
  8.     12.1    25/01/02    - No raising frame if the button is disabled
  9.                         - Added MUIA_SpeedButton_UseMouseMove
  10.  
  11.     12.0    14/01/02    - New version produced by Alfonso Ranieri
  12.                         - Scale factore hard coded to 2:3 on non-cyber
  13.                           screen: fixed
  14.                         - Added MUIA_SpeedButton_EnabeUnderscore to
  15.                           define a control char
  16.                         - Frames drawing had some problems if the
  17.                           SpeedBar was in a virtual group: fixed
  18.                         - All revisited
  19.  
  20.     11.23   13/04/00    - IDCMP_MOUSEOBJECT will be used to detect the
  21.                           mouse over the button when using MUI 4.
  22.  
  23.     11.22   11/04/00    - Now uses IDCMP_INTUITICKS instead of
  24.                           IDCMP_MOUSEMOVE to detect the mouse over the
  25.                           object.
  26.  
  27.     11.21   19/03/00    - Fixed long-standing bug which caused Enforcer
  28.                           hits when using scaled images.
  29.  
  30.     11.19   09/03/00    - Replaced MUI_RequestIDCMP() with
  31.                           MUIM_Window_AddEventHandler.
  32.  
  33.     11.18   29/10/99    - The scaling ratio for "Small buttons" can be
  34.                           configured among the MUI options.
  35.                           (Benny Kjær Nielsen)
  36.                         - Fixed greyed small images on RTG screens.
  37.  
  38.     11.17   16/09/99    - Buttons now use the parent object background
  39.                           when in borderless mode.
  40.  
  41.     11.16   03/09/99    - Images will be remapped only if ViewMode is
  42.                           not text only. Any change to ViewMode must be
  43.                           done in a MUIM_Group_InitChange/_ExitChange
  44.                           pair (SpeedBar does it for you usually).
  45.  
  46.     11.15   31/08/99    - Added MUIA_SpeedButton_MinHeight
  47.  
  48.     11.14   30/08/99    - Changed RTG support to use WritePixelArray()
  49.                           instead of allocating a PIXFMT_24BIT bitmap
  50.                           and drawing on it manually.
  51.                         - Fixed planar to chunky routine.
  52.  
  53.     11.13   30/08/99    - Fixed bug: one pen wasn't freed.
  54.                         - Added RTG support: no pens will be used on
  55.                           Hi/True colors screens for the images.
  56.